func math/big.msb32
3 uses
math/big (current package)
float.go#L691: func msb32(x nat) uint32 {
float.go#L924: mant = msb32(r.mant) >> uint(fbits-p)
float.go#L928: mant = msb32(r.mant) >> ebits & (1<<mbits - 1) // cut off msb (implicit 1 bit)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)